home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1995 November
/
EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso
/
earcd
/
program
/
gcc
/
gcc270-d.lha
/
gnu
/
man
/
cat3
/
alloca.0
< prev
next >
Wrap
Text File
|
1992-08-10
|
1KB
|
67 lines
ALLOCA(3) UNIX Programmer's Manual ALLOCA(3)
NNAAMMEE
aallllooccaa - memory allocator
SSYYNNOOPPSSIISS
##iinncclluuddee <<ssttddlliibb..hh>>
_v_o_i_d _*
aallllooccaa(_s_i_z_e___t _s_i_z_e)
DDEESSCCRRIIPPTTIIOONN
The aallllooccaa() function allocates _s_i_z_e bytes of space in the stack frame of
the caller. This temporary space is automatically freed on return.
RREETTUURRNN VVAALLUUEESS
The aallllooccaa() function returns a pointer to the beginning of the allocated
space. If the allocation failed, a NULL pointer is returned.
SSEEEE AALLSSOO
brk(2), pagesize(2) calloc(3), malloc(3), realloc(3),
BBUUGGSS
The aallllooccaa() function is machine dependent; its use is discouraged.
4th Berkeley Distribution May 2, 1991 1